$buffer = ComReadLine( <Timeout>
)
Reads a line
of data from the serial port. The system will read data until it encounters
a carriage return or a newline character.
Parameters
<TimeOut> Milliseconds to wait for a complete line of data to become
available.
Return Value
Returns a complete line of data from the port. CR or LF will not be included.
See for Example